home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / f2c3.2bin.lha / f2c-for-SASC651 / fsplit.lha / fsplit / io.h < prev    next >
Encoding:
Text File  |  1994-07-08  |  229 b   |  17 lines

  1. # io.h - This file is part of FSPLIT.
  2.  
  3. # Standard file descriptors
  4.  
  5. define STDIN    5
  6. define STDOUT   6
  7.  
  8. # File modes
  9.  
  10. define MOLD     0
  11. define MNEW     1
  12. define MSCRATCH 2
  13.  
  14. define EOF      -1
  15. define ERR      0
  16. define OK       1
  17.